User Stories#110
Open
wiilke wants to merge 12 commits into
Open
Conversation
Author
|
made github PR suggested edits after midnight |
philspokas
reviewed
Jun 15, 2026
Contributor
There was a problem hiding this comment.
update .gitignore to exclude bin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have been working on this for about a week now, since you assigned this to me on Thursday. My project directly expands on the work I've done here. I was struggling with OIDC for the past few days, but found that it was as simple as running the workflow in a pull request. Of course I didn't figure that out until the last few hours, but not with any lack of trying, that's for sure. This has been the product of a lot of man-hours mostly just banging my head into the wall trying to get azure resources and OIDC to work without any tangible results. I have done local testing, but I am in no way 100% certain that this code is anywhere close to bug-free. Apologies that I couldn't come up with something be
Integrate OSRM Routing Service
As a developer, I want the system to request route data from OSRM so that delivery routes can be calculated between a robot and a destination.
Display OSRM Route and ETA on the Map
As a customer, I want to see the delivery route and ETA on the map so that I understand where the robot is going and how long it should take.
Add Agent Entry Point to Customer Website
As a customer, I want an obvious way to open the delivery assistant on the website so that I can get help without leaving the page.
Build Agent Chat Interface and Conversation Flow
As a customer, I want a chat interface for the assistant so that I can ask questions and receive responses in a simple conversational format.
Connect Front-End Agent UI to Agent Service
As a customer, I want the website assistant to send my messages to the agent service and return useful responses so that the assistant is functional instead of static.
Handle Agent Errors, Loading States, and Basic Verification
As a customer, I want the assistant to respond gracefully when something goes wrong so that I can still understand what happened and continue using the site.